projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d448e3
)
(abbrev-file-name): Use convert-standard-filename.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Jan 1996 23:43:19 +0000
(23:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Jan 1996 23:43:19 +0000
(23:43 +0000)
lisp/paths.el
patch
|
blob
|
history
diff --git
a/lisp/paths.el
b/lisp/paths.el
index 7bdd8ca712b466fac128500167d89f93f2181634..12292e2bb1ae3ad6106e4f3a2df1490bc9050bb9 100644
(file)
--- a/
lisp/paths.el
+++ b/
lisp/paths.el
@@
-148,7
+148,7
@@
the terminal-initialization file to be loaded.")
(defconst abbrev-file-name
(if (eq system-type 'vax-vms)
"~/abbrev.def"
-
"~/.abbrev_defs"
)
+
(convert-standard-filename "~/.abbrev_defs")
)
"*Default name of file to read abbrevs from.")
;;; paths.el ends here